Xbasic

TableQuery::ExecuteResultLoadTableInfo Method

Syntax

.LoadTableInfo as l (name as SQL::TableName)

Arguments

nameSQL::TableName

The table to load.

Returns

resultLogical

Returns .t. if the table info was successfully loaded in to the tableInfo property for the SQL::ExecuteResult object. Otherwise .f..

Description

If successful, the table schema was loaded into tableInfo.